projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7491fa
)
checkmenuitem: Update CSS nodes on set_active()
author
Benjamin Otte
<otte@redhat.com>
Thu, 5 Nov 2015 14:22:05 +0000
(15:22 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 5 Nov 2015 14:23:12 +0000
(15:23 +0100)
The function only doesn't notify(). It is supposed to handle CSS
changes.
gtk/gtkcheckmenuitem.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcheckmenuitem.c
b/gtk/gtkcheckmenuitem.c
index 3b2655294005b053b68b111e46b065a6a541315b..9dc587a70ad98216c92b981652d5804ff1bb11b5 100644
(file)
--- a/
gtk/gtkcheckmenuitem.c
+++ b/
gtk/gtkcheckmenuitem.c
@@
-779,4
+779,5
@@
_gtk_check_menu_item_set_active (GtkCheckMenuItem *check_menu_item,
GtkCheckMenuItemPrivate *priv = check_menu_item->priv;
priv->active = is_active;
+ update_node_state (check_menu_item);
}